Welcome![Sign In][Sign Up]
Location:
Search - tcp java

Search list

[Sniffer Package capturetcpip-flow

Description: TCP/IP网络数据传输的流量显示及分析例子,可以对网络流量进行监控和分析。-TCP/IP data transmission network flow analysis and examples show, network traffic can be monitored and analyzed.
Platform: | Size: 56320 | Author: wzl | Hits:

[WEB MailIPMsg2007

Description: 软件简介 IPMsg 是一款局域网内即时通信软件, 基于 TCP/IP(UDP). 可运行于多种操作平台(Win/Mac/UNIX/Java), 并实现跨平台信息交流.-software brief IPMsg A LAN is immediate communication software, Based on TCP/IP (UDP). can be run on a variety of operating platform (Win/Mac/UNIX/Ja va), and to achieve cross-platform information exchange.
Platform: | Size: 84992 | Author: shixiao | Hits:

[Internet-NetworkJAVA_ChatRoom_EssentialVertion

Description: java简易聊天室*本程序为大四TCP/IP实验课要求编写的聊天程序*可以进行简单的聊天,并具有私聊的功能*支持多用户*上下线提醒*在线列表等简单功能*程序代码只有2个文件,超简单,初学必备-java chat room* Simple procedures for the senior TCP/IP experiment request of the Chat Program* for a simple chat, and Private Chat with the functional multi-user support*** Linear remind online links and other simple functions* code only two text pieces, super-simple, beginner essential
Platform: | Size: 5120 | Author: shuaiguo | Hits:

[Internet-NetworkJavaPortScanner_Liujie

Description: 一个支持多线程的TCP端口扫描程序,使用SWT界面,是我的Java课作业-a multithread support the TCP port scanning procedures, the use of SWT interface is my Java class operations
Platform: | Size: 1875968 | Author: 刘杰 | Hits:

[Embeded LinuxRTL-lwIP-0.6

Description: RTL-lwIP is the porting of the lwIP TCP/IP stack to RTLinux-GPL.The focus of the RTL-lwIP stack is to reduce memory usage and code size, making RTL-lwIP suitable for use in small clients with very limited resources such as embedded systems. -RTL-lwIP is the porting of the lwIP TCP/IP's tack to RTLinux- GPL.The focus of the RTL-lwIP's tack is to reduce memory usage and code size, making RTL-lwIP suitable for use in small clien ts with very limited resources such as embedded systems.
Platform: | Size: 850944 | Author: 傅文祥 | Hits:

[Communicationsocket_test

Description: 一个socket测试程序,支持tcp/ip和udp,既可用于server端,也可以用于client端-a socket test procedure, support tcp/ip and udp used for both server side, but also can be used for client-
Platform: | Size: 26624 | Author: wan | Hits:

[JSP/JavaNetServer0

Description: 网络基础 TCP/IP协议 IP地址,端口号 使用java.net包中类在程序中实现网络通信 URL类及其用法 InetAddress类 Socket通信(TCP UDP) -network infrastructure TCP/IP protocol IP address, Ports,#$#!263995#!#$200431992752.rar!#$#delphi development of a serial testing software for learning.
Platform: | Size: 1024 | Author: 纪海晨 | Hits:

[TCP/IP stackSocketProject

Description: 我做的java的tcpip通讯工具,绝对值得参考!-java tcpip of communication tools, definitely worth considering!
Platform: | Size: 220160 | Author: | Hits:

[TCP/IP stackTCPproject

Description: 用JAVA编写的简单的聊天室程序,实现了TCP通信.-prepared with a simple Java chat room procedures, the TCP communications.
Platform: | Size: 2048 | Author: shiliyan | Hits:

[Database systemOftomatization

Description: 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协议类型等信息。在随后的章节中提出了Socket的概念,Socket实际上提供了一个通信端口使所有拥有Socket的端口的计算机之间能够相互通信,在本论文中主要说明了socket的建立,监听和撤销的过程。具体到程序实现中,对网卡混杂模式的设置是通过原始套接字(raw socket)来实现的。为了让原始套接字能接受所有的数据,还需要通过将SOCK_RAW设置成SIO_RCVALL。对数据包的获取通过recv()函数来完成。最后要完成的工作就是对所捕获的IP数据包进行分析以提取出我们所需要的信息。在论文的最后是旨在说明进一步工作的展开. 关键词:网络流量测量 TCP/IP协议 WINSOCK编程 -To facilitate network programming and the beginning of the 1990s, Microsoft jointly by several other companies to develop a set of Windows programming network access , that is, Windows Sockets norms, it is not a network protocol, but a liberal, Multi-protocol support for the Windows network programming interface. The main purpose of this paper is to introduce a TCP/IP based on the use of the card for winsock2 programming, to achieve network traffic monitoring purposes. Papers first introduced the TCP/IP protocol, aimed at introducing IP, TCP, UDP, and other more important agreements. IP is introduced first, the first TCP, UDP first features to the IP header from access to the source address, destination address, Agreement type, and other information. In the ensuing chapters of the Sock
Platform: | Size: 10240 | Author: wq57 | Hits:

[JSP/Javadzbaiban

Description: 电子白板。电子白板有两种实现模型,一种是无白板服务器,因此仅支持两个用户直接连结;另一种是有白板服务器,原则上不限制同时上线人数和交谈室个数,具体实现上可视服务器性能和需要而定。本文要介绍属于后者。----当用户需用白板与他人交流时,需要先用浏览器连到Applet所在主页,Applet运行后会连接到该白板服务器,和服务器建立TCP连接。每个用户可以在自己的白板上(嵌在Applet画面中)绘制图形和输入文字,Applet会将这些信息通过已建立的网络连接发往白板服务器,并不断侦听、接收来自白板服务器的图形和文字信息,将其再现在用户的白板中。白板服务器的作用是不断侦听、接收来自各Applet的信息,并将其转发给其他用户。----由于浏览器对JAVAApplet的限制,使得Applet只能访问发送该Applet的宿主主机,因此只能在该Applet所在主机上运行白板服务器,使得Applet能建立和远程白板服务器的联系。功能设计----一个实用的电子白板系统应该具备以下基本功能:用户在浏览到白板主页时,需登录后才能进行交流。这将提供交流时用的名字,必要时还可做权限检查。用户能够根据交谈室的交谈主题选择参加和退出现有的交谈室,并且能建立新的交谈室。-Whiteboard. Whiteboard realize there are two models, a server is no whiteboard, it only supports two users direct links; Another server is a whiteboard, in principle, while restrictions on the number line chat rooms and the number, concrete realization of server performance and visualization needs. This paper introduces belong to the latter.- When the user needed whiteboard sharing with others, the need to deal with browser connected to the host Applet Home, Applet operation will connect the whiteboard to the server and server TCP connection. Each user can in their own whiteboard (containing the applet screen) rendering graphics and text input, Applet will these messages through the network has been established to connect the whiteboard server, and continuously monitors and coming from th
Platform: | Size: 86016 | Author: guoxiling | Hits:

[JSP/Javawj----telnet

Description: telnet客户端Telnet 客户端使用 Telnet 协议(TCP/IP 协议套件的一部分)通过网络 连接远程计算机。Telnet 客户端允许计算机连接到远程的 Telnet 服务器并运行该服务器上的应用程序。-telnet client Telnet client uses Telnet protocol (TCP/IP HS Boards and the part) through the network connection to remote computers. Telnet client allows remote computer connected to the Telnet server and run the application on a server procedures.
Platform: | Size: 2048 | Author: 王军 | Hits:

[JSP/Javachat

Description: 用tcp,udp 实现的聊天室,都能正常运行,初学java网络编程的可参考-using tcp, udp achieve chat rooms, the normal operation of the network novice java programming reference
Platform: | Size: 3072 | Author: 宋家隽 | Hits:

[JSP/JavaChatOnline

Description: 基于TCP的简单聊天工具,有保存聊天记录和查看聊天记录功能-Simple TCP-based chat tools, have save your chats and view chat history feature
Platform: | Size: 2048 | Author: Peter | Hits:

[Sniffer Package captureJpcap

Description: 在java下通过对本机各个端口的检测 在链路层抓获UDP、TCP、TPv6、IPv4等数据包,并对数据包进行分析-In java through various ports of the testing machine in the link layer captured UDP, TCP, TPv6, IPv4, such as data packets, and packet analysis
Platform: | Size: 5120 | Author: 张鹏 | Hits:

[J2MEjain-sip-appserver.tar

Description: First of all, the Applet-phone is a SIP User-Agent with audio and text messaging capabilities. But i s also embedded in an applet where you can use it as usual if your firewall allow you to use the UDP transport. If not, you can use TCP to carry your voice in a voice messaging fashion. Your voice is recorded and encoded locally then sent as a message, decoded and played back by your peer. Voice messaging allow you to go through any firewall, so that you can continue to chat and talk with your friends from an applet !
Platform: | Size: 2630656 | Author: 康佳 | Hits:

[TCP/IP stackipmsg

Description: 1. 软件简介 - IPMsg 是一款局域网内即时通信软件, 基于 TCP/IP(UDP). 可运行于多种操作平台(Win/Mac/UNIX/Java), 并实现跨平台信息交流. - 不需要服务器支持. - 支持文件/文件夹的传送 (2.00版以上) - 通讯数据采用 RSA/Blofish 加密 (2.00版以上) - 十分小巧, 简单易用, 而且你可以完全免费使用它-1. Software- IPMsg is a LAN instant messaging software, based on TCP/IP (UDP). Can be run on multiple operating platforms (Win/Mac/UNIX/Java), and to achieve cross-platform exchange of information.- Do not need to server support.- Support for file/folder transfer (version 2.00 and above)- communication of data using RSA/Blofish encryption (version 2.00 and above)- very compact, easy-to-use, and you can be completely free to use it
Platform: | Size: 120832 | Author: 吴鸣仕 | Hits:

[Internet-Networkconnection

Description: 局域网用的微型通信工具 socket TCP连接-LAN communication tools used in micro-socket TCP connection
Platform: | Size: 3072 | Author: 周志伟 | Hits:

[JSP/JavaJavawangluo

Description: java网络编程经典实例 实例61 从网络取得文件 实例62 TCP服务器端 实例63 TCP客户端 实例64 UDP服务器模型 实例65 UDP客户端模型 -java network programming classic example of 61 examples of documents from the network to obtain examples of 62 TCP server-side examples of 63 TCP Example 64 UDP client server model examples 65 UDP client model
Platform: | Size: 81920 | Author: 李杰 | Hits:

[JSP/JavaJAVAcharting

Description: 基于JAVA的ICQ实现,服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.-Based on JAVA realize the ICQ, the server-client through the socket Socket (TCP) connection. In java using a very simple set of interfaces, Java API to handle socket communications category provides a java.net.Socket., Makes the preparation of web applications is relatively easy.
Platform: | Size: 484352 | Author: 郭小溪 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 40 »

CodeBus www.codebus.net